@charset "utf-8";
/*Slide Start幻灯片位置开始*/
@media screen and (min-width: 768px) {
body {
	overflow-x: hidden
}
#Slidebox {
	width: 100%;
	height: 308px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
#flashBg {
	height: 308px;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}
#flashLine {
	background: url(/images/lunbo/touming.png) repeat-x center bottom;
	height: 308px;
	width: 100%;
	clear: both;
}
#flash {
	width: 1920px;
	height: 308px;
	overflow: hidden;
	clear: both;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
#flash a {
	width: 100%;
	height: 308px;
	display: none;
}
#flash img {
	width: 1920px;
	height: 308px;
}
.flash_bar {
	width: auto;
	z-index: 69;
	height: 30px;
	overflow: hidden;
	position: absolute;
	padding-top: 13px!important;
	padding-top: 12px;
	bottom: 10px;
	left: 50%;
	text-align: center;
	margin-left: -20px;
}
.flash_bar .dq {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 4px;
	cursor: pointer;
	border-radius: 100%;
	background: #007aff;
	opacity: 1;
	overflow: hidden;
}
.flash_bar .no {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 4px;
	cursor: pointer;
	opacity: .2;
	background: #000;
	border-radius: 100%;
}

}






@media screen and (max-width: 767px) {
body {
	overflow-x: hidden
}
.content{ padding-top:0px !important; }
#Slidebox {
	width: 100%;
	height: 128px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
#flashBg {
	height: 128px;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}
#flashLine {
	background: url(/images/lunbo/touming.png) repeat-x center bottom;
	height: 128px;
	width: 100%;
	clear: both;
}
#flash {
	width: 100%;
	height: 128px;
	overflow: hidden;
	clear: both;
	position: absolute;
}
#flash a {
	width: 100%;
	height: 128px;
	display: none;
}
#flash img {
	width: 100%;
	height: 128px;
}
.flash_bar {
	width: auto;
	z-index: 2;
	height: 30px;
	overflow: hidden;
	position: absolute;
	padding-top: 13px!important;
	padding-top: 12px;
	bottom: 10px;
	left: 50%;
	text-align: center;
	margin-left: -20px;
}
.flash_bar .dq {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 4px;
	cursor: pointer;
	border-radius: 100%;
	background: #007aff;
	opacity: 1;
	overflow: hidden;
}
.flash_bar .no {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 4px;
	cursor: pointer;
	opacity: .2;
	background: #000;
	border-radius: 100%;
}
}
